StoreForwardConfig


Store and Forward Module Config
Protobuf type meshtastic.ModuleConfig.StoreForwardConfig

Types

Link copied to clipboard
class Builder : GeneratedMessage.Builder<BuilderT> , ModuleConfigProtos.ModuleConfig.StoreForwardConfigOrBuilder

Store and Forward Module Config
Protobuf type meshtastic.ModuleConfig.StoreForwardConfig

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard
open fun getEnabled(): Boolean

Enable the Store and Forward Module
bool enabled = 1;
Link copied to clipboard
open fun getHeartbeat(): Boolean

TODO: REPLACE
bool heartbeat = 2;
Link copied to clipboard

TODO: REPLACE
uint32 history_return_max = 4;
Link copied to clipboard

TODO: REPLACE
uint32 history_return_window = 5;
Link copied to clipboard
open fun getIsServer(): Boolean

Set to true to let this node act as a server that stores received messages and resends them upon request.
bool is_server = 6;
Link copied to clipboard
open fun getRecords(): Int

TODO: REPLACE
uint32 records = 3;
Link copied to clipboard
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): ModuleConfigProtos.ModuleConfig.StoreForwardConfig
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): ModuleConfigProtos.ModuleConfig.StoreForwardConfig
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): ModuleConfigProtos.ModuleConfig.StoreForwardConfig
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): ModuleConfigProtos.ModuleConfig.StoreForwardConfig
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): ModuleConfigProtos.ModuleConfig.StoreForwardConfig
Link copied to clipboard
Link copied to clipboard
open fun writeTo(output: CodedOutputStream)